home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000274_news@columbia.edu _Wed Aug 28 16:34:26 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id QAA02755 for <kermit.misc@watsun.cc.columbia.edu>; Wed, 28 Aug 1996 16:34:26 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id QAA20477 for kermit.misc@watsun; Wed, 28 Aug 1996 16:34:25 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: INPUT (infinite wait)
  8. Date: 28 Aug 1996 20:34:04 GMT
  9. Organization: Columbia University
  10. Lines: 10
  11. Message-ID: <502afs$or7@apakabar.cc.columbia.edu>
  12. References: <4vv56o$n8@trotsky.cig.mot.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14. Keywords: scripts input
  15.  
  16. In article <4vv56o$n8@trotsky.cig.mot.com>,
  17. Ken V. Broezell <broezell@tapir.cig.mot.com> wrote:
  18. : When using the INPUT command in scripts is there a way to tell it
  19. : to wait an infinite amount of time or must you specify the number
  20. : of seconds.
  21. :
  22. Yes -- just use a big number, like 9999 (= about 3 hours).  In most
  23. implementations, the number can be much bigger, up to about 2^31 - 1.
  24.  
  25. - Frank